projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68edf01
)
(thai-composition-function): Don't use prog1.
author
Dave Love
<fx@gnu.org>
Mon, 28 Oct 2002 14:43:33 +0000
(14:43 +0000)
committer
Dave Love
<fx@gnu.org>
Mon, 28 Oct 2002 14:43:33 +0000
(14:43 +0000)
lisp/language/thai-util.el
patch
|
blob
|
history
diff --git
a/lisp/language/thai-util.el
b/lisp/language/thai-util.el
index 35914c2cc5b2430f61bc3e83907316496ce1f460..bbf116485eabedc23604ac5b38161fdf0fbddb48 100644
(file)
--- a/
lisp/language/thai-util.el
+++ b/
lisp/language/thai-util.el
@@
-286,7
+286,7
@@
to compose.
The return value is number of composed characters."
(if (< (1+ from) to)
- (prog
1 (- to from)
+ (prog
n
(if string
(compose-string string from to)
(compose-region from to))